Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MRG] update release notes & pyproject.toml after v4.4.1 #2114

Merged
merged 5 commits into from
Jul 10, 2022

Conversation

ctb
Copy link
Contributor

@ctb ctb commented Jul 10, 2022

This PR updates release information after the switch to pyproject.toml. Specifically,

  • fixes the 'license' and sets the homepage link
  • switches to using python -m build --sdist for making source distros.
  • removes setuptools version pin

Example pypi results: https://test.pypi.org/project/sourmash/4.4.2rc3/

Fixes #2112

@codecov
Copy link

codecov bot commented Jul 10, 2022

Codecov Report

Merging #2114 (44772d9) into latest (bdd7b55) will increase coverage by 7.38%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           latest    #2114      +/-   ##
==========================================
+ Coverage   84.30%   91.69%   +7.38%     
==========================================
  Files         130       99      -31     
  Lines       15280    11004    -4276     
  Branches     2171     2171              
==========================================
- Hits        12882    10090    -2792     
+ Misses       2095      611    -1484     
  Partials      303      303              
Flag Coverage Δ
python 91.69% <ø> (ø)
rust ?

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/core/src/encodings.rs
src/core/src/signature.rs
src/core/src/index/sbt/mod.rs
src/core/src/sketch/minhash.rs
src/core/src/ffi/minhash.rs
src/core/src/index/mod.rs
src/core/src/cmd.rs
src/core/src/index/sbt/mhbt.rs
src/core/src/errors.rs
src/core/src/ffi/cmd/compute.rs
... and 21 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bdd7b55...44772d9. Read the comment docs.

@ctb
Copy link
Contributor Author

ctb commented Jul 10, 2022

ready for review @luizirber

pyproject.toml Outdated Show resolved Hide resolved
Co-authored-by: Luiz Irber <[email protected]>
@ctb ctb merged commit ebe14dd into latest Jul 10, 2022
@ctb ctb deleted the update/release_process branch July 10, 2022 17:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Draft release notes & release process updates for v4.4.1
2 participants